home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / pageinfo.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.3 KB  |  72 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Pageinfo.pas' rev: 3.00
  6.  
  7. #ifndef PageinfoHPP
  8. #define PageinfoHPP
  9. #include <ExtCtrls.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Buttons.hpp>
  12. #include <Controls.hpp>
  13. #include <Forms.hpp>
  14. #include <Graphics.hpp>
  15. #include <Classes.hpp>
  16. #include <Windows.hpp>
  17. #include <SysInit.hpp>
  18. #include <System.hpp>
  19.  
  20. //-- user supplied -----------------------------------------------------------
  21.  
  22. namespace Pageinfo
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class DELPHICLASS TPageInfoDlg;
  26. class PASCALIMPLEMENTATION TPageInfoDlg : public Forms::TForm 
  27. {
  28.     typedef Forms::TForm inherited;
  29.     
  30. __published:
  31.     Stdctrls::TEdit* edPageName;
  32.     Stdctrls::TEdit* edPageContext;
  33.     Stdctrls::TLabel* Label1;
  34.     Stdctrls::TLabel* Label2;
  35.     Stdctrls::TButton* BitBtn1;
  36.     Stdctrls::TButton* BitBtn2;
  37.     Stdctrls::TButton* BitBtn3;
  38.     void __fastcall OKClick(System::TObject* Sender);
  39.     void __fastcall BitBtn3Click(System::TObject* Sender);
  40.     
  41. private:
  42.     void __fastcall SetPageName(const System::AnsiString Name);
  43.     System::AnsiString __fastcall GetPageName(void);
  44.     void __fastcall SetPageContext(Classes::THelpContext Context);
  45.     Classes::THelpContext __fastcall GetPageContext(void);
  46.     
  47. public:
  48.     __property System::AnsiString PageName = {read=GetPageName, write=SetPageName};
  49.     __property Classes::THelpContext PageContext = {read=GetPageContext, write=SetPageContext, nodefault
  50.         };
  51. public:
  52.     /* TCustomForm.Create */ __fastcall virtual TPageInfoDlg(Classes::TComponent* AOwner) : Forms::TForm(
  53.         AOwner) { }
  54.     /* TCustomForm.CreateNew */ __fastcall TPageInfoDlg(Classes::TComponent* AOwner, int Dummy) : Forms::
  55.         TForm(AOwner, Dummy) { }
  56.     /* TCustomForm.Destroy */ __fastcall virtual ~TPageInfoDlg(void) { }
  57.     
  58. public:
  59.     /* TWinControl.CreateParented */ __fastcall TPageInfoDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  60.         ) { }
  61.     
  62. };
  63.  
  64. //-- var, const, procedure ---------------------------------------------------
  65.  
  66. }    /* namespace Pageinfo */
  67. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  68. using namespace Pageinfo;
  69. #endif
  70. //-- end unit ----------------------------------------------------------------
  71. #endif    // Pageinfo
  72.